Edit Task: Groups
Format
SCHED / EditTask '<TaskName>' Groups <# of Groups> '<Group1Name>' '<GroupNName>'
Description
The Groups attribute under EditTask defines which groups the given task is in.
Parameters
Parameter | Description |
---|---|
# of Groups | An integer value of the number of groups being defined. |
GroupNName | A string of text in single quotes of the name of the group. If the task group does not exist, one will be created. |
Examples
Add a task to 2 groups
SCHED / EditTask 'Task1' Groups 2 'FirstGroup' 'SecondGroup'